regexp.Regexp.backtrack (method)
2 uses
regexp (current package)
backtrack.go#L307: func (re *Regexp) backtrack(ib []byte, is string, pos int, ncap int, dstCap []int) []int {
exec.go#L535: return re.backtrack(b, s, pos, ncap, dstCap)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)